yzqzss|一座桥在打工 log
https://github.com/github/archive-program/issues/181 希望 GitHub Archive Program 还活着。
github archive program 有可能寄了。
😇7
yzqzss|一座桥在打工 log
juicefs sync 真好用,用来同步几十多亿文件轻轻松松。
不开心,这东西真的有人用吗,我一用一个 OOM,跑几分钟就遇到几个 bug,几小时打了好几个 patch 。可能对它来说 10GiB/s 还是太过超纲了吧……
🤯3🙈2❤1🤣1
yzqzss|一座桥在打工 log
不开心,这东西真的有人用吗,我一用一个 OOM,跑几分钟就遇到几个 bug,几小时打了好几个 patch 。可能对它来说 10GiB/s 还是太过超纲了吧……
dbq,是我的 patch 打出锅了。
🙈6🥴1
Hacker News
VS Code inserting 'Co-Authored-by Copilot' into commits regardless of usage https://github.com/microsoft/vscode/pull/310226
之前借“提升可读性”之名不做任何测试和用户调研验证是否真的有改进,就强推新的默认主题,我忍了。
我这周还以为是我有啥配置或者插件冲突才被加 Co-Authored-By。
已卸载 VSC,换用 Zed。
我这周还以为是我有啥配置或者插件冲突才被加 Co-Authored-By。
已卸载 VSC,换用 Zed。
https://github.com/yzqzss/screen-recall
vibe 了一个 Linux 版的 recall(自用,目前只适配 KDE Wayland),以后可以知道历史上的今天我在干啥了。
每 30s 截图、用 Kwin 和 AT-SPI 拿窗口信息。
每天完了把当天的全部截图跑一遍 OCR,然后让 LLM 根据当天的信息写日志总结。
AI 搞这种东西真是太好用了。
vibe 了一个 Linux 版的 recall(自用,目前只适配 KDE Wayland),以后可以知道历史上的今天我在干啥了。
每 30s 截图、用 Kwin 和 AT-SPI 拿窗口信息。
每天完了把当天的全部截图跑一遍 OCR,然后让 LLM 根据当天的信息写日志总结。
AI 搞这种东西真是太好用了。
❤6
#TIL
才知道 corner case 与 edge case 不是同义词。
> Where an edge case involves pushing one variable to a minimum or maximum, putting users at the "edge" of the configuration space, a corner case involves doing so with multiple variables, which would put users at a "corner" of a multidimensional configuration space...
https://en.wikipedia.org/wiki/Corner_case
才知道 corner case 与 edge case 不是同义词。
> Where an edge case involves pushing one variable to a minimum or maximum, putting users at the "edge" of the configuration space, a corner case involves doing so with multiple variables, which would put users at a "corner" of a multidimensional configuration space...
https://en.wikipedia.org/wiki/Corner_case
Wikipedia
Corner case
problem or situation that occurs only outside normal operating parameters, when multiple environmental variables or conditions are simultaneously at extreme levels
❤4